home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / UNIX / TREEPAR / README < prev    next >
Text File  |  1992-11-23  |  2KB  |  53 lines

  1. The TREEPAR Program                     1.Mar.88
  2. Written by Jim McBeath (jimmc) at SCI
  3.  
  4. This is version 1.1 of TREEPAR.
  5.  
  6. TREEPAR is a place and route (and plot) package for tree structured
  7. data.  It is primarily intended as a companion program to GENEAL,
  8. a genealogy program.
  9.  
  10. NOTE: Treepar uses the SPIN package (Simple Programmable INterface).
  11. If you don't have it, you won't be able to build treepar.
  12.  
  13. Files of interest:
  14.     *.[ch]    The source files for treepar.
  15.     Makefile    Exactly that.
  16.     README    What you are looking at right now.
  17.     treepar.n    Source for man page.  Describes (briefly) what
  18.         treepar is all about.  Gives list of switches.
  19.         Use "make man" to create treepar man file (treepar.man).
  20.     sample.tf   A sample file output by geneal, to be read in and
  21.         plotted by treepar.
  22.  
  23. What to do (after unpacking):
  24. 1. Use "make man" to create treepar.man from treepar.n.  Read it.
  25. 2. Edit the Makefile and set SPINDIR to point to the directory containing
  26.    the spin files (xalloc.h, spin.h, spin.a, llib-lspin.a.ln).
  27.    By default this is ../spin.
  28.    If you do not have X10, you will have to disable the X driver.
  29.    Do this by removing "-DX10" from the CCOPTS line in the Makefile.
  30.    You may also wish to change the default arguments to the NPlot
  31.    command in main.c.
  32.    If you DO have X10, you will need to change the XINCDIR and XLIB lines
  33.    which define where the X files are located.
  34. 3. Make the program.  You should be able to simply issue a "make" command.
  35. 4. Run treepar and test it on the sample data file with the following
  36.    commands (you enter the stuff after the ">" prompt):
  37.     >TVersion
  38.     STRING treepar v1.1 1.Mar.88
  39.     >NRead "sample.tf"
  40.     INT 1
  41.     >Rpar
  42.     INT 1
  43.     >NPlot
  44.     INT 1
  45.     >quit
  46. 5. Send me your comments, wishes, and improvements.
  47.  
  48. Treepar has been run on a SUN3 under Sun OS3.4, and on a VAX under BSD4.2.
  49. If you have problems running on other systems, please let me know.
  50.  
  51.         -Jim McBeath  {decwrl|oliveb|weitek|auspyr}!sci!jimmc
  52.           1.Mar.1988
  53.